Revision: hackerlab--lord--1.0--patch-27
Archive: lord@regexps.com--2002
Creator: Tom Lord <lord@regexps.com>
Date: Sun Feb 24 18:38:49 PST 2002
Standard-date: 2002-02-25 02:38:49 GMT
Summary: minor `panic_exit' bug fix,
	 new-functions: `quicksort', `tmp_open', `tmp_open_anonymous', 
			`current_working_directory'
Keywords: 
New-files: {arch}/hackerlab/hackerlab--lord/hackerlab--lord--1.0/lord@regexps.com--2002/patch-log/patch-27
  sort/PLUGIN/.arch-ids/=dont-care fs/cwd.c sort/qsort.c
  sort/Makefile.in fs/tmp-files.c fs/cwd.h sort/qsort.h
  fs/tmp-files.h sort/PLUGIN/REQ
New-directories: sort sort/PLUGIN sort/PLUGIN/.arch-ids
Modified-files: ChangeLog
  ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
  Makefile.in bugs/panic-exit.c fs/file-names.c
New-patches: lord@regexps.com--2002/hackerlab--lord--1.0--patch-27


In `panic_exit', exit with status 2, rather than 1, so that `panic' is
useful in programs for which 1 is an ordinary (informative) exit
status.

`cwd.[ch]': a simplified interface to `getcwd'.

`tmp-files.[ch]': functions for creating temp files in a reliable way.

`qsort.[ch]': a quicksort function (adapted from GNU libc).  This
	      improves on unix `qsort' by passing a closure from the
	      the caller to the comparison function.


